home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / macaw103.arc / DEF2.CLR < prev    next >
Text File  |  1991-07-31  |  768b  |  30 lines

  1. MacawColorFile ::= {
  2.  
  3.   version { major 0, minor 90 },
  4.  
  5.   max-rgb 255,
  6.  
  7.   colors {
  8.     { num  1, rgb {   0,   0,   0 }},   -- black
  9.     { num  2, rgb { 255, 255, 255 }},   -- white
  10.     { num  3, rgb { 191, 191, 191 }},   -- lt.  gray
  11.     { num  4, rgb { 127, 127, 127 }},   -- med. gray
  12.     { num  5, rgb {  63,  63,  63 }}    -- dk.  gray
  13.   },
  14.  
  15.   text-colors {
  16.     { num  1, style normal, fore  1, back  2 },  -- black on white
  17.     { num  2, style normal, fore  2, back  5 },  -- white on dk gray
  18.     { num  3, style normal, fore  2, back  1 },  -- white on black
  19.     { num  4, style bold,   fore  2, back  1 }   -- white on black, BOLD
  20.   },
  21.  
  22.   color-map {
  23.     { pct  37, clr 2 },
  24.     { pct  67, clr 3 }, 
  25.     { pct 100, clr 4 } 
  26.   }
  27. }
  28.  
  29.  
  30.